home *** CD-ROM | disk | FTP | other *** search
/ Presentation Plus! Sampler / Presentation Plus! Sampler.iso / pc / Setup / data1.hdr / dirOpened output of crstext.dir / scripts_34_quit.ls < prev    next >
Encoding:
Text File  |  2002-05-13  |  91 b   |  8 lines

  1. property spriteNum
  2.  
  3. on mouseUp me
  4.   if rollover(me.spriteNum) then
  5.     quit()
  6.   end if
  7. end
  8.